projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f26bb30
)
(tpu-save-all-buffers-kill-emacs):
author
Richard M. Stallman
<rms@gnu.org>
Wed, 6 Jul 1994 21:32:04 +0000
(21:32 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 6 Jul 1994 21:32:04 +0000
(21:32 +0000)
Use delete-old-versions, and bind it locally.
lisp/emulation/tpu-edt.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/tpu-edt.el
b/lisp/emulation/tpu-edt.el
index 0ab741d9ad728222c9817ba7d9a0b18214e558f7..d816ceac008ef1975aff2390602091842e415a5e 100644
(file)
--- a/
lisp/emulation/tpu-edt.el
+++ b/
lisp/emulation/tpu-edt.el
@@
-789,8
+789,8
@@
kills modified buffers without asking."
(defun tpu-save-all-buffers-kill-emacs nil
"Save all buffers and exit emacs."
(interactive)
- (
setq trim-versions-without-asking t
)
-
(save-buffers-kill-emacs t
))
+ (
let ((delete-old-versions t)
)
+
(save-buffers-kill-emacs t)
))
(defun tpu-write-current-buffers nil
"Save all modified buffers without exiting."